($(lisp)/mh-e/mh-loaddefs.el): Depend on
authorAndreas Schwab <schwab@suse.de>
Thu, 28 Jun 2007 09:13:07 +0000 (09:13 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 28 Jun 2007 09:13:07 +0000 (09:13 +0000)
$(lisp)/subdirs.el.

lisp/Makefile.in

index 8adaa27e619d196415681ef88bd3712d5ca105f4..dff3009b21559e06d0ea3d8e4b2a1e985125c223 100644 (file)
@@ -239,7 +239,7 @@ MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el        \
        $(lisp)/mh-e/mh-xface.el
 
 mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
-$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
+$(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el $(MH_E_SRC)
        echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@
        echo "" >> $@
        echo ";; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc." >> $@